home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / svgabg55 / svga256.inc < prev    next >
Encoding:
Text File  |  1994-06-10  |  638 b   |  19 lines

  1. (************************************************)
  2. (*                         *)
  3. (*     SuperVGA 256 BGI driver defines    *)
  4. (*        Copyright (c) 1991        *)
  5. (*        Jordan Hargraphix Software        *)
  6. (*                        *)
  7. (************************************************)
  8.  
  9. (* These are the currently supported modes *)
  10. const
  11.   SVGA320x200x256    = 0;    (* 320x200x256 Standard VGA *)
  12.   SVGA640x400x256    = 1;    (* 640x400x256 Svga *)
  13.   SVGA640x480x256    = 2;    (* 640x480x256 Svga *)
  14.   SVGA800x600x256    = 3;    (* 800x600x256 Svga *)
  15.   SVGA1024x768x256    = 4;    (* 1024x768x256 Svga *)
  16.   SVGA640x350x256    = 5;    (* 640x350x256 Svga *)
  17.   SVGA1280x1024x256    = 6;    (* 1280x1024x256 Svga *)
  18.  
  19.